home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Maguma
/
workbench-2.1.0-trial.exe
/
{app}
/
resource
/
themes
/
Simple
/
dbg_toolbar.xrc
< prev
next >
Wrap
Extensible Markup Language
|
2004-08-17
|
2KB
|
39 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxToolBar" name="dbg_toolbar">
<bitmapsize>17,17</bitmapsize>
<style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
<dontattachtoframe>1</dontattachtoframe>
<object class="tool" name="debug_menu_run">
<bitmap>./img/run.png</bitmap>
<tooltip>Debug current file</tooltip>
<longhelp>Debug the current file</longhelp>
</object>
<object class="tool" name="debug_menu_stop">
<bitmap>./img/stop.png</bitmap>
<tooltip>Stop debugging</tooltip>
<longhelp>Stop debugging, end script</longhelp>
</object>
<object class="separator"/>
<object class="tool" name="debug_menu_next">
<bitmap>./img/stepover.png</bitmap>
<tooltip>Step over</tooltip>
<longhelp>Step to next line, do not step into functions</longhelp>
</object>
<object class="tool" name="debug_menu_step">
<bitmap>./img/stepin.png</bitmap>
<tooltip>Step into</tooltip>
<longhelp>Step into next source line</longhelp>
</object>
<object class="tool" name="debug_menu_stepout">
<bitmap>./img/stepout.png</bitmap>
<tooltip>Step out</tooltip>
<longhelp>Step out of current stack frame (i.e. function)</longhelp>
</object>
<object class="tool" name="debug_menu_cursor">
<bitmap>./img/run_cursor.png</bitmap>
<tooltip>Run script to cursor position</tooltip>
<longhelp>Debug the current script and stop at cursor position</longhelp>
</object>
</object>
</resource>